home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio-DSP / NU / Source / NuText.h < prev    next >
Encoding:
Text File  |  1992-12-25  |  455 b   |  27 lines

  1. #import <appkit/Text.h>
  2. #import <appkit/Cell.h>
  3.  
  4. // fake implementation of the undocumented classes
  5. // NXMarkerCell and NXLinkCell ...
  6.  
  7. @interface NXMarkerCell: Cell
  8. {}
  9. - initForView: aView ;
  10. @end
  11.  
  12. @interface NXLinkCell: NXMarkerCell
  13. {}
  14. @end
  15.  
  16.  
  17. @interface NuText:Text
  18. - awake ;
  19. - awakeAfterDelay: sender ;
  20. - insertLink: sender ;
  21. - insertMarker: sender ;
  22. - mouseDown: (NXEvent *) anEvent ;
  23. - pasteScreen: sender ;
  24. - showMarkers: sender ;
  25. - (int) tag ;
  26. @end
  27.